Only handle ".." and '..' quoting in shell-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 May 2012 16:58:35 +0000 (12:58 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 May 2012 16:58:35 +0000 (12:58 -0400)
commit6c991b77d1ab674e0e4725a93cb6ce1a4c4576ec
tree5b3f1e065da71b6ea79c50a11996aedbf2739efa
parentf1d29f7ea2f5ec0829a29aef4291a4f52bf674e0
Only handle ".." and '..' quoting in shell-mode.
* lisp/shell.el (shell--unquote&requote-argument, shell--unquote-argument)
(shell--requote-argument): New functions.
(shell-completion-vars): Use them.
(shell--parse-pcomplete-arguments): Rename from
shell-parse-pcomplete-arguments.
* lisp/comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
(comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
Obey comint-file-name-quote-list.
lisp/ChangeLog
lisp/comint.el
lisp/shell.el